📍 Оси XPath
//любой потомок
/от корня
/descendant::все потомки
/ancestor::все предки
/parent::родитель
/following-sibling::след. братья
/preceding-sibling::пред. братья
/self::текущий
/descendant-or-self::потомки + себя
/ancestor-or-self::предки + себя
/following::после в документе
/preceding::до в документе
/attribute::атрибуты